home *** CD-ROM | disk | FTP | other *** search
- Class: getfileclass
- Superclass: imageclass
- Include File:
-
- This class is an extension to the existing imageclass. It is ment to be used
- as a gadget in conjunction with a string gadget that exists for file/dir/volume
- name retrieving. When the user presses a gadget with this image instead of
- typing the file/dir/volume into the string gadget the application should open
- up a file/dir/volume requester for the user to select one.
-
- New Methods:
-
- None.
-
- Changed Methods:
-
- None.
-
- Supported Methods:
- OM_NEW, IM_ERASE, IM_DRAW. All other methods are passed onto the superclass
- dispatcher.
-
- Attributes:
-
- IA_Left, IA_Top, IA_Height (I) - These attributes should be used to set the
- position and height of the GetFile image. The width of the GetFile image is
- fixed and cannot be changed.
-